PgDAC

TPgConnection Properties

Properties of the TPgConnection class.

For a complete list of the TPgConnection class members, see the TPgConnection Members topic.

Public

Name Description

ConnectDialog (inherited from TCustomDAConnection)

Allows to link a TCustomConnectDialog component.

ConnectString (inherited from TCustomDAConnection)

Used to specify the connection information, such as: UserName, Password, Server, etc.

ConvertEOL (inherited from TCustomDAConnection)

Allows customizing line breaks in string fields and parameters.

InTransaction (inherited from TCustomDAConnection)

Indicates whether the transaction is active.

LoginPrompt (inherited from TCustomDAConnection)

Specifies whether a login dialog appears immediately before opening a new connection.

Pooling (inherited from TCustomDAConnection)

Enables or disables using connection pool.

PoolingOptions (inherited from TCustomDAConnection)

Specifies the behaviour of connection pool.

ProcessID

Returns the process ID (PID) of the backend server process handling this connection.

ServerVersion

Holds the PostgreSQL server version number.

ServerVersionFull

Holds full PostgreSQL server version including version number and some additional information.

Published

Name Description

ConnectionTimeout

Used to set the time to wait while trying to establish a connection before terminating the attempt and generating an error.

Database

Used to specify the name of the database to be used once a connection is open.

Options

Specifies the behaviour of the TPgConnectionOptions object.

Password

Used to specify a password for a connection.

Port

Used to specify the port for connection.

ProtocolVersion

Used to set the version of protocol for communication with PostgreSQL server.

Schema

Used to change the search path of the connection to the specified schema, or get the first value from the search path.

Server

Contains the server name.

SSLOptions

Used to set the properties required for protected SSL connection with the server.

Username

Contains username.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback